home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 24
/
Amiga Format AFCD24 (Feb 1998, Issue 108).iso
/
-in_the_mag-
/
emulation
/
amiga
/
uae-0.7.0b2
/
config.log
< prev
next >
Wrap
Text File
|
1998-01-20
|
16KB
|
412 lines
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:574: checking for gcc
configure:651: checking whether the C compiler (gcc ) works
configure:665: gcc -o conftest conftest.c 1>&5
configure:685: checking whether the C compiler (gcc ) is a cross-compiler
configure:690: checking whether we are using GNU C
configure:699: gcc -E conftest.c
configure:714: checking whether gcc accepts -g
configure:743: checking how to run the C preprocessor
configure:764: gcc -E conftest.c >/dev/null 2>conftest.out
configure:804: checking whether make sets ${MAKE}
configure:833: checking for wish4.0
configure:862: checking for file
configure:893: checking for AIX
configure:917: checking for POSIXized ISC
configure:952: checking for main in -lMedia_s
configure:967: gcc -o conftest -g -O2 conftest.c -lMedia_s 1>&5
/gg/m68k-amigaos/bin/ld: cannot open -lMedia_s: No such file or directory
collect2: ld returned 1 exit status
configure: failed program was:
#line 960 "configure"
#include "confdefs.h"
int main() {
main()
; return 0; }
configure:989: checking for main in -lNeXT_s
configure:1004: gcc -o conftest -g -O2 conftest.c -lNeXT_s 1>&5
/gg/m68k-amigaos/bin/ld: cannot open -lNeXT_s: No such file or directory
collect2: ld returned 1 exit status
configure: failed program was:
#line 997 "configure"
#include "confdefs.h"
int main() {
main()
; return 0; }
configure:1026: checking for OpenLibrary in -lamiga
configure:1045: gcc -o conftest -g -O2 conftest.c -lamiga 1>&5
configure:1067: checking for vga_setmode in -lvga
configure:1086: gcc -o conftest -g -O2 conftest.c -lvga 1>&5
/gg/m68k-amigaos/bin/ld: cannot open -lvga: No such file or directory
collect2: ld returned 1 exit status
configure: failed program was:
#line 1075 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char vga_setmode();
int main() {
vga_setmode()
; return 0; }
configure:1108: checking for AFOpenAudioConn in -lAF
configure:1127: gcc -o conftest -g -O2 conftest.c -lAF 1>&5
/gg/m68k-amigaos/bin/ld: cannot open -lAF: No such file or directory
collect2: ld returned 1 exit status
configure: failed program was:
#line 1116 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char AFOpenAudioConn();
int main() {
AFOpenAudioConn()
; return 0; }
configure:1149: checking for waddch in -lncurses
configure:1168: gcc -o conftest -g -O2 conftest.c -lncurses 1>&5
configure:1190: checking for pthread_create in -lpthread
configure:1209: gcc -o conftest -g -O2 conftest.c -lpthread 1>&5
/gg/m68k-amigaos/bin/ld: cannot open -lpthread: No such file or directory
collect2: ld returned 1 exit status
configure: failed program was:
#line 1198 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char pthread_create();
int main() {
pthread_create()
; return 0; }
configure:1231: checking for sem_init in -lposix4
configure:1250: gcc -o conftest -g -O2 conftest.c -lposix4 1>&5
/gg/m68k-amigaos/bin/ld: cannot open -lposix4: No such file or directory
collect2: ld returned 1 exit status
configure: failed program was:
#line 1239 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char sem_init();
int main() {
sem_init()
; return 0; }
configure:1272: checking for ggiInit in -lggi
configure:1291: gcc -o conftest -g -O2 conftest.c -lggi 1>&5
/gg/m68k-amigaos/bin/ld: cannot open -lggi: No such file or directory
collect2: ld returned 1 exit status
configure: failed program was:
#line 1280 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char ggiInit();
int main() {
ggiInit()
; return 0; }
configure:1342: checking for X
configure:1411: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1407: X11/Intrinsic.h: No such file or directory
configure: failed program was:
#line 1406 "configure"
#include "confdefs.h"
#include <X11/Intrinsic.h>
configure:1491: gcc -o conftest -g -O2 conftest.c -lXt 1>&5
/gg/m68k-amigaos/bin/ld: cannot open -lXt: No such file or directory
collect2: ld returned 1 exit status
configure: failed program was:
#line 1484 "configure"
#include "confdefs.h"
int main() {
XtMalloc()
; return 0; }
configure:2188: checking for dirent.h that defines DIR
configure:2201: gcc -c -g -O2 conftest.c 1>&5
configure:2226: checking for opendir in -ldir
configure:2245: gcc -o conftest -g -O2 conftest.c -ldir 1>&5
/gg/m68k-amigaos/bin/ld: cannot open -ldir: No such file or directory
collect2: ld returned 1 exit status
configure: failed program was:
#line 2234 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char opendir();
int main() {
opendir()
; return 0; }
configure:2309: checking for ANSI C header files
configure:2322: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2389: gcc -o conftest -g -O2 conftest.c 1>&5
configure:2417: checking for unistd.h
configure:2427: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2417: checking for fcntl.h
configure:2427: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2417: checking for sys/time.h
configure:2427: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2417: checking for sys/types.h
configure:2427: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2417: checking for utime.h
configure:2427: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2417: checking for string.h
configure:2427: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2417: checking for strings.h
configure:2427: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2417: checking for values.h
configure:2427: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2417: checking for ncurses.h
configure:2427: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2423: ncurses.h: No such file or directory
configure: failed program was:
#line 2422 "configure"
#include "confdefs.h"
#include <ncurses.h>
configure:2417: checking for curses.h
configure:2427: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2457: checking for sys/vfs.h
configure:2467: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2463: sys/vfs.h: No such file or directory
configure: failed program was:
#line 2462 "configure"
#include "confdefs.h"
#include <sys/vfs.h>
configure:2457: checking for sys/mount.h
configure:2467: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2457: checking for sys/select.h
configure:2467: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2463: sys/select.h: No such file or directory
configure: failed program was:
#line 2462 "configure"
#include "confdefs.h"
#include <sys/select.h>
configure:2457: checking for sys/param.h
configure:2467: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2457: checking for sys/statfs.h
configure:2467: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2463: sys/statfs.h: No such file or directory
configure: failed program was:
#line 2462 "configure"
#include "confdefs.h"
#include <sys/statfs.h>
configure:2457: checking for sys/statvfs.h
configure:2467: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2463: sys/statvfs.h: No such file or directory
configure: failed program was:
#line 2462 "configure"
#include "confdefs.h"
#include <sys/statvfs.h>
configure:2457: checking for sys/stat.h
configure:2467: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2457: checking for linux/joystick.h
configure:2467: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2463: linux/joystick.h: No such file or directory
configure: failed program was:
#line 2462 "configure"
#include "confdefs.h"
#include <linux/joystick.h>
configure:2497: checking for sys/soundcard.h
configure:2507: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2503: sys/soundcard.h: No such file or directory
configure: failed program was:
#line 2502 "configure"
#include "confdefs.h"
#include <sys/soundcard.h>
configure:2497: checking for machine/soundcard.h
configure:2507: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2503: machine/soundcard.h: No such file or directory
configure: failed program was:
#line 2502 "configure"
#include "confdefs.h"
#include <machine/soundcard.h>
configure:2497: checking for sun/audioio.h
configure:2507: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2503: sun/audioio.h: No such file or directory
configure: failed program was:
#line 2502 "configure"
#include "confdefs.h"
#include <sun/audioio.h>
configure:2497: checking for sys/audioio.h
configure:2507: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2503: sys/audioio.h: No such file or directory
configure: failed program was:
#line 2502 "configure"
#include "confdefs.h"
#include <sys/audioio.h>
configure:2497: checking for getopt.h
configure:2507: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2503: getopt.h: No such file or directory
configure: failed program was:
#line 2502 "configure"
#include "confdefs.h"
#include <getopt.h>
configure:2497: checking for features.h
configure:2507: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2503: features.h: No such file or directory
configure: failed program was:
#line 2502 "configure"
#include "confdefs.h"
#include <features.h>
configure:2497: checking for sys/termios.h
configure:2507: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2537: checking for posix_opt.h
configure:2547: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2543: posix_opt.h: No such file or directory
configure: failed program was:
#line 2542 "configure"
#include "confdefs.h"
#include <posix_opt.h>
configure:2537: checking for sys/ioctl.h
configure:2547: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2537: checking for sys/ipc.h
configure:2547: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2537: checking for sys/shm.h
configure:2547: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2577: checking for ggi/libggi.h
configure:2587: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2583: ggi/libggi.h: No such file or directory
configure: failed program was:
#line 2582 "configure"
#include "confdefs.h"
#include <ggi/libggi.h>
configure:2577: checking for gtk/gtk.h
configure:2587: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2583: gtk/gtk.h: No such file or directory
configure: failed program was:
#line 2582 "configure"
#include "confdefs.h"
#include <gtk/gtk.h>
configure:2577: checking for X11/forms.h
configure:2587: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2583: X11/forms.h: No such file or directory
configure: failed program was:
#line 2582 "configure"
#include "confdefs.h"
#include <X11/forms.h>
configure:2577: checking for forms.h
configure:2587: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2583: forms.h: No such file or directory
configure: failed program was:
#line 2582 "configure"
#include "confdefs.h"
#include <forms.h>
configure:2615: checking for be/Be.h
configure:2625: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2621: be/Be.h: No such file or directory
configure: failed program was:
#line 2620 "configure"
#include "confdefs.h"
#include <be/Be.h>
configure:2649: checking size of char
configure:2668: gcc -o conftest -g -O2 conftest.c 1>&5
configure:2688: checking size of short
configure:2707: gcc -o conftest -g -O2 conftest.c 1>&5
configure:2727: checking size of int
configure:2746: gcc -o conftest -g -O2 conftest.c 1>&5
configure:2766: checking size of long
configure:2785: gcc -o conftest -g -O2 conftest.c 1>&5
configure:2805: checking size of long long
configure:2824: gcc -o conftest -g -O2 conftest.c 1>&5
configure:2845: checking for working const
configure:2899: gcc -c -g -O2 conftest.c 1>&5
configure:2920: checking for inline
configure:2934: gcc -c -g -O2 conftest.c 1>&5
configure:2963: checking for mode_t
configure:2996: checking for off_t
configure:3029: checking for pid_t
configure:3062: checking for st_blocks in struct stat
configure:3075: gcc -c -g -O2 conftest.c 1>&5
configure:3098: checking whether time.h and sys/time.h may both be included
configure:3112: gcc -c -g -O2 conftest.c 1>&5
configure:3133: checking whether struct tm is in sys/time.h or time.h
configure:3146: gcc -c -g -O2 conftest.c 1>&5
configure:3169: checking whether gcc needs -traditional
configure:3194: termio.h: No such file or directory
configure:3215: checking for 8-bit clean memcmp
configure:3233: gcc -o conftest -g -O2 conftest.c 1>&5
configure:3251: checking return type of signal handlers
configure:3273: gcc -c -g -O2 conftest.c 1>&5
configure:3292: checking whether utime accepts a null argument
configure:3313: gcc -o conftest -g -O2 conftest.c 1>&5
configure:3339: checking for getcwd
configure:3367: gcc -o conftest -g -O2 conftest.c 1>&5
configure:3339: checking for getopt
configure:3367: gcc -o conftest -g -O2 conftest.c 1>&5
configure:3339: checking for strdup
configure:3367: gcc -o conftest -g -O2 conftest.c 1>&5
configure:3339: checking for gettimeofday
configure:3367: gcc -o conftest -g -O2 conftest.c 1>&5
configure:3339: checking for sigaction
configure:3367: gcc -o conftest -g -O2 conftest.c 1>&5
configure:3339: checking for mkdir
configure:3367: gcc -o conftest -g -O2 conftest.c 1>&5
configure:3339: checking for rmdir
configure:3367: gcc -o conftest -g -O2 conftest.c 1>&5
configure:3339: checking for select
configure:3367: gcc -o conftest -g -O2 conftest.c 1>&5
configure:3339: checking for strerror
configure:3367: gcc -o conftest -g -O2 conftest.c 1>&5
configure:3339: checking for strstr
configure:3367: gcc -o conftest -g -O2 conftest.c 1>&5
configure:3339: checking for statfs
configure:3367: gcc -o conftest -g -O2 conftest.c 1>&5
configure:3394: checking for tcgetattr
configure:3422: gcc -o conftest -g -O2 conftest.c 1>&5
configure:3394: checking for cfmakeraw
configure:3422: gcc -o conftest -g -O2 conftest.c 1>&5
configure:3394: checking for readdir_r
configure:3422: gcc -o conftest -g -O2 conftest.c 1>&5
/t/cc4809201.o: In function `main':
/HD200/uae-0.7.0b2/configure:3416: undefined reference to `readdir_r'
collect2: ld returned 1 exit status
configure: failed program was:
#line 3399 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char readdir_r(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char readdir_r();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_readdir_r) || defined (__stub___readdir_r)
choke me
#else
readdir_r();
#endif
; return 0; }
configure:3448: checking how many args statfs takes
configure:3480: gcc -c -g -O2 conftest.c 1>&5
configure:3495: checking whether to use f_bavail or f_bfree
configure:3527: gcc -c -g -O2 conftest.c 1>&5
configure:3572: checking for attr_t in curses.h
configure:3581: gcc -c -g -O2 conftest.c 1>&5
configure:4099: checking which target to use
configure:4271: checking for GCC 2.7 or higher
configure:4301: checking for glibc-2.0 or higher
configure:4396: checking whether we are on an ELF system
configure:4620: checking which sound system to use
configure:4695: checking which CPU to use
configure:4701: checking which FPU to use